home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
ADSP.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
75 lines
/*
File: ADSP.idl
Contains: AppleTalk Data Stream Protocol (ADSP) Interfaces.
Version: Technology: System 7.5
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __ADSP_IDL__
#define __ADSP_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __ERRORS_IDL__
#include <Errors.idl>
#endif
#ifndef __APPLETALK_IDL__
#include <AppleTalk.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM7_AND_SYSTEM8_DEPRECATED
/*Error Codes have been moved to Errors.(pah) */
/*driver control csCodes*/
/* connection control block */
typedef OpaquePtr TPCCB; /* Substituted OpaquePtr for ``TRCCB*'' */
typedef SOMLargeStruct TRCCB; /* Derived from a struct of 242 bytes in size */
typedef OpaquePtr ADSPConnectionEventProcPtr;
typedef OpaquePtr ADSPConnectionEventUPP;
typedef OpaquePtr DSPPBPtr; /* Substituted OpaquePtr for ``DSPParamBlock*'' */
typedef OpaquePtr ADSPCompletionProcPtr;
typedef OpaquePtr ADSPCompletionUPP;
typedef SOMLargeStruct TRinitParams; /* Derived from a struct of 26 bytes in size */
typedef SOMLargeStruct TRopenParams; /* Derived from a struct of 34 bytes in size */
typedef SOMTwoByteStruct TRcloseParams; /* Derived from a struct of 2 bytes in size */
typedef SOMLargeStruct TRioParams; /* Derived from a struct of 10 bytes in size */
typedef SOMLargeStruct TRattnParams; /* Derived from a struct of 10 bytes in size */
typedef SOMLargeStruct TRstatusParams; /* Derived from a struct of 12 bytes in size */
typedef SOMLargeStruct TRoptionParams; /* Derived from a struct of 6 bytes in size */
typedef SOMTwoByteStruct TRnewcidParams; /* Derived from a struct of 2 bytes in size */
typedef SOMLargeStruct DSPParamBlock; /* Derived from a struct of 136 bytes in size */
#endif
#endif /* __SOMIDL__ */
#endif /* __ADSP_IDL__ */